HttpWriteBuffer

Undocumented in source.

Members

Functions

doFinish
void doFinish()
Undocumented in source. Be warned that the author may not have intended to support it.
next
StreamWriteBuffer next()
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next(StreamWriteBuffer v)
Undocumented in source. Be warned that the author may not have intended to support it.
set
size_t set(size_t pos, ubyte[] data)
Undocumented in source.
setFinalTask
void setFinalTask(AbstractTask task)
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(ubyte[] data)
Undocumented in source.

Properties

length
size_t length [@property getter]
Undocumented in source.

Inherited Members

From StreamWriteBuffer

sendData
const(ubyte)[] sendData()
Undocumented in source.
popSize
bool popSize(size_t size)
Undocumented in source.
doFinish
void doFinish()
Undocumented in source.
next
StreamWriteBuffer next()
Undocumented in source.
next
void next(StreamWriteBuffer )
Undocumented in source.

From WriteBuffer

write
size_t write(ubyte[] data)
Undocumented in source.
set
size_t set(size_t pos, ubyte[] data)
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source.

Meta